Programming in C++

PREREQUISITES: Basic Knowledge of Programming / C Programming

COURSE LAYOUT

Build and execute a C program in C++, Write equivalent programs in C++

 Overview of OOP in C++ : Classes and basic Object-Oriented features (encapsulation)

Overview of OOP in C++ : More OO features, overloading, namespace and using struct and union

Inheritance : Generalization / Specialization of Object Modeling in C++

Polymorphism : Static and Dynamic Binding

 C++ Exceptions & standard exception classes

Templates & STL – Function and Class templates and using STL like containers, algorithms


 


Comments

Popular posts from this blog

Data Structure using C / C++

Programming in C