0% found this document useful (0 votes)
6 views1 page

Oops Imp Uni Questions

The document outlines various concepts of object-oriented programming (OOP), including detailed discussions on operators, memory management, function overloading, static members, constructors, destructors, inheritance types, operator overloading, pointers, virtual functions, tokens, data types, friend functions, abstract classes, copy constructors, multilevel and hierarchical inheritance, virtual destructors, polymorphism, and access specifiers. It also includes examples and programs to illustrate these concepts. Overall, it serves as a comprehensive guide to the principles and applications of OOP.
Copyright
© © All Rights Reserved
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% found this document useful (0 votes)
6 views1 page

Oops Imp Uni Questions

The document outlines various concepts of object-oriented programming (OOP), including detailed discussions on operators, memory management, function overloading, static members, constructors, destructors, inheritance types, operator overloading, pointers, virtual functions, tokens, data types, friend functions, abstract classes, copy constructors, multilevel and hierarchical inheritance, virtual destructors, polymorphism, and access specifiers. It also includes examples and programs to illustrate these concepts. Overall, it serves as a comprehensive guide to the principles and applications of OOP.
Copyright
© © All Rights Reserved
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

Explain in detail about concepts of object oriented programming.

Discuss in detail about the scope resolution operator and memory


2
management operator with example.
3 Write a program to illustrate concept of function overloading.

Explain in detail about static data members and static member


4.
function.
Define constructor and its features. Explain parameterized
5.
constructor in detail.
6. Illustrate the concept of destructor with an example program.

What are the different kinds of inheritance? Explain anyone with


7.
suitable program.
What is operator overloading? How many arguments are required in the
8. definition of an overloaded binary operator?

9. State Pointer. Write a program to illustrate this pointer.

10. Describe virtual function in detail.

11 Discuss in detail about various types of tokens.

Explain in detail about the Basic Data types with suitable example
12
program.

13 Describe friend function with a suitable example program.

What are abstract classes? Give an example to illustrate the use of


14.
abstract classes.
Write a program to demonstrate copy constructor with suitable
15.
example program.

16. Illustrate the concept of destructor with an example program.

17. Explain multilevel inheritance with suitable example.

Illustrate in detail about Hierarchical inheritance with an example


18.
program.

19. Explain in detail about Virtual Destructors with suitable example.

20. Differentiate between Compile time and Run time polymorphism.

(a) Explain the elements of object oriented programming.


21
(b). Describe the applications of OOPS.

22 Discuss about the operators in C++ with suitable example.

23 Explain in detail about Inline functions with suitable program.

24. Discuss about various access specifiers with an example program.

Explain about Unary Operator and Binary Operator Overloading

You might also like