Answer Posted / nashiinformaticssolutions
Real-world entities with a state (some type of data) and behavior (functionality) are called objects. A class consists of connected things.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you find out if a linked-list is a cycle or not?
If a header file is included twice by mistake in the program, will it give any error?
What is abstract keyword in c++?
Which one between if-else and switch is more efficient?
Refer to a name of class or function that is defined within a namespace?
Can we change the basic meaning of an operator in c++?
What is cout flush?
What is function prototyping?
What is heap sort in c++?
How to allocate memory dynamically for a reference?
What is the difference between struct and class?
Difference between inline functions and macros?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Is c++ primer good for beginners?
What is virtual base class uses?