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
What does new do in c++?
What is setfill c++?
Give example of a pure virtual function in c++?
What is main function in c++ with example?
Which function should be used to free the memory allocated by calloc()?
Difference between pointer to constant vs. Pointer constant
Why are pointers used?
What is istream and ostream in c++?
In a function declaration, what does extern mean?
How come you find out if a linked-list is a cycle or not?
How static variables and local variablesare similar and dissimilar?
What is function overriding in c++?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Is turbo c++ free?
What is binary search in c++?