[vc_row el_class=”inner-body-content” css=”.vc_custom_1667212690883{padding-top: 30px !important;padding-bottom: 20px !important;}”][vc_column][vc_custom_heading text=”COURSE OBJECTIVES” use_theme_fonts=”yes” css=”.vc_custom_1667212679596{margin-top: 0px !important;}”][vc_column_text]This course teaches object-oriented programming to those who have learnt basic programming concepts and are ready to learn in-depth programming. It focuses on object-oriented programming using C++. The main concepts discussed are: Objects, Data Abstraction, Data Encapsulation, Polymorphism, and Inheritance. We teach the C++ language constructs that are used to implement these concepts. For example, Classes, Overloaded Operators, Overridden Methods, Friend Functions, Virtual Functions, and Templates, etc.[/vc_column_text][vc_custom_heading text=”COURSE LEARNING OUTCOMES (CLO)” font_container=”tag:h3|text_align:left” use_theme_fonts=”yes”][vc_column_text]CLO: 1. Describe key concepts of object-oriented programming paradigm [C1 Remembering]
CLO: 2. Interpret real world problems in terms of objects rather than procedure [C2 Understanding]
CLO: 3. Apply object-oriented programming principles to implement small and medium scale C++ programs with simple graphical user interface [C3 Applying]
[/vc_column_text][vc_custom_heading text=”COURSE CONTENTS” use_theme_fonts=”yes”][vc_column_text css=”.vc_custom_1667212670577{margin-bottom: 0px !important;}”]

  1. Overview of Structured Programming in C++
  2. Object-Oriented Concepts (Introduction to Classes and Objects) – Data Members and Member Functions – Constant Member Functions
  3. Use of Access Specifiers (public, private) – (Scope of class members) Constructor and Object Instantiation – Importance of Destructor
  4. Constructor Overloading (No-argument Constructor, Parameterized Constructor) – Introduction to copy constructors
  5. Shallow Copy and Deep Copy – Array as class data members (Initializing array with constructors) – Static and Dynamic Arrays, Array of Objects
  6. File handling: how to open and close a file, read from file and write in a file. (ifstream, ofstream, fstream)
  7. Introduction to single Public and Private Inheritance in OOP – Constructor and Destructor Chaining.
  8. Protected inheritance, Class Hierarchies (Multi-level Inheritance) – C++ Multiple InheritanceEntity-Relationship Modeling
  9. Function Overloading and Function Overriding – Object as argument to the Function – Pointer to Objects. Introduction to polymorphism.
  10. Pure Virtual Functions and Abstract Base Classes – Virtual Inheritance (The Diamond Problem and its Solution)
  11. Relationships in OOP – (Association, Aggregation, and Composition) – Life Cycle and Ownership of Objects
  12. Friend Functions-Friend classes
  13. Operator Overloading – (Unary and Binary Operator Overloading) – Assignment Operator Overloading (Difference between Assignment Operator and Copy Constructor) – Stream Insertion and Extraction Operator Overloading
  14. Function Templates – Class Template Specialization, Standard Template Libraries

[/vc_column_text][/vc_column][/vc_row]