Tuesday 21 May 2019

Object Oriented Programming (OOP) - We are moving towards the object oriented programming, in first year we are already learn basic programming by C language, now in second year first semester the programming subject start with Object Oriented Programming (OOP). In C++ language helps us to develop Object Oriented Program, here from the basic Concept of Object Oriented Programming and what are the benefits of OOP and further in java also Object Oriented Programming Language.
Unit - I    In first unit we are going to learn how we use Data Types in Program like int,float,char….. etc these are some example of the data types. Structure of the program how to write the basic simple program that can be understand by the students. Control Structure of the program in C++. In C++ how we are going to declare the Array and Strings and what are the format to declare the Array and String, one of the best advantages of C++ is we can declare the variable any where in the program. Next point is how we are going to create the class and object in the program. The data abstraction concept are use in the C++. Scope of Class and accessing class members of the class by using the scope resolution operator we are discussing one basic program on this how we are using scope resolution operator. Functions in the function how we declare the function in the class and outside the class and how we are accessing the function from class and outside the class. We are writing the simple program for explaining constructor and destructor. In the program way we are learning how we can use Static Class members so its very easy to understand in practical way, in the same way we again write one program for inline function.