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 the handle class?
What are virtual functions and what is its use?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
Can we delete this pointer in c++?
What are the various storage classes in C++?
Is java made in c++?
What is the difference between global variables and static varables?
write a program that a 5 digit number and calculates 2 power that number and prints it.
2 Answers Vimukti Technologies,
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
What is a multimap c++?
What is the use of function pointer?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?