SUBJECT-CC-203 Object Oriented Concepts and Programming
This document outlines topics related to object-oriented concepts and programming in C++. It includes questions about object-oriented programming, the differences between C and C++, function overloading, inline functions, the 'this' pointer, friend functions, accessing member functions, constructors, nested classes, namespaces, inheritance, pure virtual functions, early and late binding, access specifiers, new and delete operators, scope resolution operator, abstract classes, and destructors.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
57 views1 page
SUBJECT-CC-203 Object Oriented Concepts and Programming
This document outlines topics related to object-oriented concepts and programming in C++. It includes questions about object-oriented programming, the differences between C and C++, function overloading, inline functions, the 'this' pointer, friend functions, accessing member functions, constructors, nested classes, namespaces, inheritance, pure virtual functions, early and late binding, access specifiers, new and delete operators, scope resolution operator, abstract classes, and destructors.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1
SUBJECT- CC-203 Object Oriented Concepts and Programming
1. Explain about Object Oriented Programming.
2. What is the difference between C and C++. 3. Explain about Function Overloading with example. 4. Explain about Inline Function with an example. 5. Explain about ‘this’ pointer with an example. 6. Explain about Friend Function with an example. 7. Explain about different ways of accessing member Function in a class. 8. What is Constructor? Explain about different types of constructor with an example . 9. Explain about nested classes with an example. 10. Explain about namespaces with an example. 11. What is Inheritance? Explain types of Inheritance. 12. Explain Pure Virtual Function with example. 13. Explain Early binding v /s Late binding 14. What is Access Specifier? List all access Specifier and how they work with Inheritance. 15. Explain New and delete Operator with example. 16. Explain the use of Scope Resolution Operator with example. 17. Define Abstract Class 18. Define Destructor.