DATE OF SUBMISSION -23.7.10
1. What is an object?
2. what is class?
3. What are the components of class?
4. what are datamembers?
5. what are methods?
6. how do we create class definition?
7. Enumerate access specifiers used exclusively in class.
8. To whom can we apply the access specifiers public and private?
9. what do you mean by public members?
10. what are the restriction on private members?
11. Do public and private declaration have an effect on calling methods?
12. can we pass object as parameter to function?
13. when methods work with objects why we use object as parameter?
14. what are the basic way of passing an object as parameter?
15. what are two ways in which an object can be passed by reference?
16. what is static data member?
17. what is use of static memberfunction?
18. what is use of friend function?
19. can function return object?
20. what is dynamic binding?
No comments:
Post a Comment