Friday, April 25, 2008

Object Oriented Programming with C++

5041/DC4 October 2007
Paper IV- Object Oriented Programming with C++

Part A - (20x2=40 Marks)
  1. Define Procedure oriented programming
  2. What is meant by polymorphism?
  3. What are the member dereferencing operators?
  4. Write the uses of 'delete' operator
  5. Define call by reference.
  6. 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.
  7. A function that has return type ________________ does not return anything.
  8. A non member function may have access to the private data of a class if it is delcared as a ________________ of that class.
  9. A constructor's name is the same as _________________________
  10. The keyword ____________ is used to overload an operator.
  11. Conversation from basic type to a class type may be archived using ______________
  12. In a class , a memeber declared as _____________________ is not accessible from outside the class.
  13. Define hierarchical inheritance.
  14. A pointer is a variable for storing _________________________
  15. Define a virtual function.
  16. Define abstract class.
  17. The

No comments: