Answer Posted / v.santhoshini
object is an instance of the class
or
object is a real world entity
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
When to use “const” reference arguments in a function?
What is while loops?
What is #include iostream in c++?
How many types of comments are there in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
What are the advantages of using a pointer?
What is c++ manipulator?
What do you mean by persistent and non persistent objects?
Differentiate between late binding and early binding. What are the advantages of early binding?
Explain the term memory alignment?
What is the difference between while and do while loop?
Explain shallow copy?
What is an adaptor class or wrapper class in c++?
What is the difference between passing by reference and passing a reference?