What is an object in c++?
Answer / 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 |
What is difference between rand () and srand ()?
What is ofstream c++?
Specify different types of decision control statements?
Is c++ a good beginners programming language?
Can we change the basic meaning of an operator in c++?
How do I use turbo c++?
What is the difference between public, private, and protected access?
please help to write the code of chess game in c++??????????
Explain what happens when a pointer is deleted twice?
Explain object slicing in c++?
Explain what are single and multiple inheritances in c++?
What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?