C++
Object Oriented Programming Language
Subscribe to Our Channel for more updates and informative videos!
C++
Object Oriented Programming Language
Introduction to OOP concepts, Major and minor pillars of OOP
Creating Classes, Creating Objects
Understanding usage of abstraction, encapsulation, inheritance and polymorphism
Using cin and cout objects, Concatenation of variables and text,
const keyword for variables, using reference variables, function overloading
create classes, defualt constructors, parameterised constructors
creating classes, default constructors, parameterized constructors, understanding object creation
Using destructors, need of destructors, dangling pointers
Overloading + and - operators, Overloading -- and ++ operators
overloading >> and << operators, rules of overloading operators
Using access specifiers
Using polymorphism in C++ programs,
Need of inheritance, types of inheritance
Multi-level inheritance, using member initializer list, constructor and destructor sequence of objects in inheritance
Difference between containment and inheritance, implementing containment
Using try...throw...catch blocks in exception handling
Need of virtual keyword, creating virtual functions, pure virtual functions, creating objects of multiple inheritance
Understanding run time type identification, using RTTI in C++ codes
program using template, creating class template
Use of STL, understanding various components of STL
creating files in various modes like, read, write, append etc. in C++