IMPORTANT QUESTIONS 4th Sem OOP Usingc++
IMPORTANT QUESTIONS 4th Sem OOP Usingc++
UNIT-3
Q-1 Describe:
a) What is virtual function? How it is used in C++? Explain its advantages with C++
examples.
b) Discuss the effect of inheritance on visibility of member function in public, private and
protected derivation in detail.
Q-2 Explain the following with examples:
a) Ambiguity in Multiple inheritance
b) Overriding with its uses and advantages
Q-3 Explain:
a) Static function and its uses and advantage
b) Inheritence and its types and advantages with example
Q-4 Explain:
a) Abstract Class
b) Friend Function
UNIT-4
Q-1 Explain:
a) What are exceptions? How is exception handled in C++? What is the need of exception
handling?
b) What do you mean by unexpected exceptions? How they are handled?
Q-2 What do you mean by template and standard template library? Why are they needed?
Explain the different types of template in detail with examples.
Q-3 Explain:
a) String and its uses
b) Resource Capture and Release