The document contains 16 sample assignment questions about object-oriented programming and C++. The questions cover topics such as the differences between OOP and POP, features of OOP like encapsulation and abstraction, dynamic binding, constructors, inheritance and its types, association and aggregation, interfaces and abstract classes, operator overloading and overriding, virtual functions, multithreading, and exception handling.
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)
85 views1 page
Sample Assignment Questions - OOPM
The document contains 16 sample assignment questions about object-oriented programming and C++. The questions cover topics such as the differences between OOP and POP, features of OOP like encapsulation and abstraction, dynamic binding, constructors, inheritance and its types, association and aggregation, interfaces and abstract classes, operator overloading and overriding, virtual functions, multithreading, and exception handling.
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
Sample Assignment Questions OOPM
1. What is the difference between OOP & POP ?
2. . Explain various features of OOP.
3. . What is Dynamic Binding and how it is useful in OOPM ?
4. Explain Merits & Demerits of OOP ?
5. Explain data encapsulation and abstraction with suitable example ?
6. What is scope resolution operator with example ? 7. What is constructor and types of constructor ? Explian with suitable example ? 8. How to implement data members and member function of class ? 9. . What is Inheritance and its types ? Explain with example
10. Explain association and aggregation in detail using diagrams?
11. What is Interface and abstract class with example ?.
12. Difference between overloading and overriding ?
13. Program to overload an unary operator ? 14. Why we use virtual function in C++ ?
15. Q.1 Explain Multithreading and its advantages ?
16. Q.2 What is Exception and how to implement exception handling in C++ ?