Logo
Search
Search
View menu

Object Oriented Programming in C++

Presentations | English

As the name says, using objects in programming. The main aim is to bind together data and functions to operate. The characteristics are polymorphism, abstraction, inheritance, encapsulation, class and object. Class is the building block of C++ which leads to object oriented programming. It is like a blueprint to an object. Its a user defined data type data members and member functions. Object is an identifiable entity with characteristics and behaviour. It is an instance of a class. Encapsulation is wrapping of data and information under a single unit. Abstraction is an important feature, displaying essential information and hiding the remaining factors. Polymorphism is the ability of a message to be displayed in more than one form. C++ supports operator overloading and function overloading. Inheritance is the ability to derive properties and characteristics from another class. Information about the topic can be understood from the PowerPoint presentation.

Picture of the product
Lumens

Free

PPTX (97 Slides)

Object Oriented Programming in C++

Presentations | English