Skip to content

Latest commit

 

History

History

03_February

February

Date Content Link
Feb 2/11 Presentation Notes
Feb 12 Inheritance and Its types Notes
Feb 14 1. Write a program to add two numbers using inheritance
2. Write a program in C++ to display mobile name and its cost with tax using single inheritance
Notes
Feb 15 Write a program to display pass or fail and input roll number, marks using multilevel inheritance Notes
Feb 16 Surprise Class Test Notes
Feb 17 Write a program to find the sum and product of two numbers using hierarchical inheritance Notes
Feb 20 What is Ambiguity and program that demonstrates Ambigious Property and how to tackle it in C++ Notes
Feb 22 Function Overriding and Execution sequence of constructor and destructor in inheritance Notes
Feb 23 What is Containership or Nesting? What is Container? Example and syntax Notes
Feb 26 Notes
Feb 27 Array of objects & Static Data Members Notes
Feb 28 Static and Non-Static Data Members Notes