What is an object in c++?

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


Please Help Members By Posting Answers For Below Questions

How long will it take to learn programming?

825


Can I make ios apps with c++?

790


Out of fgets() and gets() which function is safe to use?

882


What is a list c++?

874


How a new element can be added or pushed in a stack?

816


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)

818


What return value must conversion operators have in their declaration?

847


Is c++ the hardest programming language?

859


Explain how the virtual base class is different from the conventional base classes of the opps.

919


What are put and get pointers?

857


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2327


Define a nested class.

860


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

850


Difference between overloaded functions and overridden functions

847


What is java and c++?

908