The document outlines key concepts and questions related to Object Oriented Programming (OOP) and C++. It covers definitions, advantages of inheritance, inline functions, I/O operations, destructors, call by value, member functions, constructors, and differences between OOP and Procedure-oriented programming. Additionally, it discusses OOP concepts in detail and access specifiers in C++.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
2 views1 page
Important Question
The document outlines key concepts and questions related to Object Oriented Programming (OOP) and C++. It covers definitions, advantages of inheritance, inline functions, I/O operations, destructors, call by value, member functions, constructors, and differences between OOP and Procedure-oriented programming. Additionally, it discusses OOP concepts in detail and access specifiers in C++.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1. Define Object Oriented Programming.
2. List out the advantages of inheritance.
3. What is Inline function? Write its syntax 4. Write about functions for i/o operations used in C++ . 5. Write some special characteristics of destructor. 6. What is call by value? 7. How is a member function of a class defined? 8. How do we invoke a constructor function? 9. Define copy constructor and its use.
10 How is Object-oriented programming different from Procedure-oriented
programming? Differentiate entry controlled and exit controlled loops. 11 Elaborate on OOPs Concept in detail 12 Discuss different types of Constructors with examples. 13 Describe the access specifiers used for accessing the data members and member functions in a class with suitable example in c++