Answer Posted / sruthi
Objects are Instances of a Class,And Class is an Collection
of Objets.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an operator function? Describe the function of an operator function?
Evaulate: 22%5 a) 2 b) 4 c) 0
What are shallow and deep copy?
write a porgram in c++ that reads an integer and print the biggest digit in the number
Is dev c++ free?
What is the use of function pointer?
What is the difference between #import and #include in c++?
What are the three forms of cin.get() and what are their differences?
What is the purpose of templates in c++?
Explain what happens when a pointer is deleted twice?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
If dog is a friend of boy, is boy a friend of dog?
What are destructors?
When can I use a forward declaration?
Can member data be public?