Posts

Showing posts from March, 2021
Image
Your very first touch on basics of Java Script    In here, I am going to focus on the main approaches of JavaScript programming language. I want you to specially remember this article is mainly based on code segments. I’m going to let you know about all the basic concepts about JavaScript by using comments on the necessary points of my code. Since, I have to share several number of codes regarding this to you I am using my GIT repository specially created for this task. (M ain content of my article will be written on the necessary pages of my GIT repository. ) I will supply you the access to my GIT repository with all the necessary examples and clarifications.  I think you will be able to easily Guide to the correct point  of my repository by following the instructions and the points  which I have included within this article. Please inform me if you have to face any  actress issue for my  GIT repository. ( * for some kind of issues Tec-Touch may have to keep it as private. you
Image
        The most important first approach when hands on object oriented software applications. When we are considering object oriented programming most commonly we are focusing on the common aspects of classes and the objects such as object,  Inheritance, Encapsulation, Abstraction, Polymorphism . But before we start implementing some applications by using some kind of object oriented programming language there are some important points rather than common object oriented concepts in order to make our creation more effective and professional. My topic today is mainly focusing on those important approaches to object oriented programming, and how we can use them for the betterment of our works.  While working with object oriented programming languages, we have to maintain several kinds of classes and their specific objects as an added benefit of object oriented concepts. We can specify them in several ways like packaging similar things together, making inheritance from the previous cl