Programming in C++
- Differentiate procedure and object oriented languages
- Explain the general structure of C++ Language
- List different data types available in C++
- Inititalize Data using variables and develop simple C++ programs
- Differentiate various operators Part 1
- Differentiate various operators Part 2
Principles of Object Oriented Programming
- Functions and Working With Object
Functions in C++ and Working with objects
- Define constructor and destructor
- Develop program using constructor and destructor Part 1
- Develop program using constructor and destructor Part 2
Constructor and Destructor
- Define Inheritance
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 1
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 2
- List the applications of inheritance, types of inheritance and develop programs using single, multilevel and multiple inheritance part 3
- Apply the concept of constructor in derived classes
Inheritance
- Apply Pointer to objects and "this" pointer
- Define derived classes and virtual functions
Pointers,Virtual functions and polymorphism
- 1. Basic C++ Program
- 2. C++ Program to display "Hello World" on the screen
- 3. C++ Program to display basic details of a User like Name, Roll no, Division and Address
- 4. C++ Program to Convert no. of Days into No. of Months and days
- For above 3 program click here
- 5. C++ Program to demonstrate the use of switch case
- 6. C++ Program to find factorial of given number
- 7. C++ Program to take input in an array and print it's sum
- For above 3 program click here
- 8. C++ Program to read string and print total no. of characters
- 9. C++ Program to swap two numbers using call by value
- For above 2 program click here
- 10. C++ Program to swap two numbers using call by reference
- 11. C++ Program to calculate factorial of a no. using recursion
- For above 2 program click here
- 12. C++ Program to input and display a person's name and age using class
- 13. C++ Program to demonstrate the use of inside and outside definition of member function in class
- For above 2 program click here
- 14. C++ Program to display student percentage using private member function
- 15. C++ Program to crate a class for circle and find area of circle using member function
- For above 2 program click here
- 16. C++ Program to read and display details of 5 employee using array of object
- 17. C++ Program to demonstrate the use of static data member and static member function
- For above 2 program click here
- 18. C++ Program to demonstrate the use of friend function
- 19. C++ Program to perform addition of time in the hour and minute format using object as argument
- 20. C++ Program to check whether data members of two objects are same or not
- For above 3 program click here
- 21. C++ Program which shows use of constructor
- 22. C++ Program to calculate area of different shape using multiple constructor
- For above 2 program click here
- 23. C++ Program to demonstrate the use of destructor
- 24. C++ Program to demonstrate the use of copy constructor
- For above 2 program click here
Practicals