Programming Using C++: Contents... Pre-Requisites... Exit Profile..
Programming Using C++: Contents... Pre-Requisites... Exit Profile..
Object-oriented concepts form the base of all modern programming languages.
Understanding the basic concepts of object-orientation helps a developer to use various modern day
programming languages, more effectively.
C++ is an object-oriented programming language that intends to be a simple, modern, and general-
purpose programming language for application development.
1. Contents...
2. Pre-Requisites...
3. Exit Profile...
Contents....
Appreciate the object-oriented approach
Create objects
Define and implement Encapsulation and Abstraction
Use operators and decision-making constructs
Use arrays
Implement functions
Use Constructors and Destructors
Implement Polymorphism, Inheritance, Dynamic Polymorphism, and Multiple
Inheritance
Use file input and output
Use exception handling and templates
Implement linked lists
Pre-Requisites....
Participants should be comfortable with C language.
Ability to write C programs is an advantage.
Exit Profile....
Candidate will become a Object Oriented Application Developer, capable of developing Object
Oriented applications, client-server applications using C++ programming language.
Curriculum Edge