Objectives

  • 1. Understand the concept of OOPs, feature of C++ language.
  • 2. Understand and apply various types of Datatypes, Operators, Conversions while designing the program
  • 3. Understand and apply the concepts of Classes &Objects, friend function, constructors & destructors
  • 4. Design & implement various forms of inheritance, String class, calling base class constructors.
  • 5. Apply & Analyze operator overloading, runtime polymorphism, Generic Programming.
  • 6. Analyze and explore various Stream classes, I/O operations and exception handling.
  • Eligibility

  • Any one who want's to Learn & Grow ...
  • Course Outline

    • 1. Class
    • 2. Objects
    • 3. Data Abstraction
    • 4. Encapsulation
    • 5. Inheritance
    • 6. Polymorphism
    • 7. Dynamic Binding
    • 8. Message Passing