Paper IV- Object Oriented Programming with C++
Part A - (20x2=40 Marks)
- Define Procedure oriented programming
- What is meant by polymorphism?
- What are the member dereferencing operators?
- Write the uses of 'delete' operator
- Define call by reference.
- State whether the following statement is True or False.
When a function returns a value, the entire function call can be assigned to a varible. - A function that has return type ________________ does not return anything.
- A non member function may have access to the private data of a class if it is delcared as a ________________ of that class.
- A constructor's name is the same as _________________________
- The keyword ____________ is used to overload an operator.
- Conversation from basic type to a class type may be archived using ______________
- In a class , a memeber declared as _____________________ is not accessible from outside the class.
- Define hierarchical inheritance.
- A pointer is a variable for storing _________________________
- Define a virtual function.
- Define abstract class.
- The
No comments:
Post a Comment