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 long will it take to learn programming?
Can I make ios apps with c++?
Out of fgets() and gets() which function is safe to use?
What is a list c++?
How a new element can be added or pushed in a stack?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What return value must conversion operators have in their declaration?
Is c++ the hardest programming language?
Explain how the virtual base class is different from the conventional base classes of the opps.
What are put and get pointers?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Define a nested class.
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Difference between overloaded functions and overridden functions
What is java and c++?