0% found this document useful (0 votes)
34 views1 page

Keywords PDF

This document lists key concepts in object-oriented programming including classes, objects, functions, constructors, destructors, inheritance, polymorphism, and exceptions. Classes define objects, functions can be overloaded, constructors initialize objects, and inheritance allows for polymorphism through virtual functions and overriding base class functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views1 page

Keywords PDF

This document lists key concepts in object-oriented programming including classes, objects, functions, constructors, destructors, inheritance, polymorphism, and exceptions. Classes define objects, functions can be overloaded, constructors initialize objects, and inheritance allows for polymorphism through virtual functions and overriding base class functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Keywords from Book:

3 properties of OOP

Class

Object

Function Overloading

Constructor

Destructor

Object pointer

New / Delete

Constructor Overloading

Copy constructor

Default arguments

Operator overloading

Inheritance (Private/Protected/Public)

Virtual base class

Virtual function

Run time / Compile time polymorphism

Function overriding

Pure virtual function

Exception handling

Template/Generic function

You might also like