what is an instance of a class
Answers were Sorted based on User's Feedback
Answer / kavita
objects are defined as real world entities that are
instances of a class
| Is This Answer Correct ? | 2 Yes | 0 No |
what are the realtime excercises in C++?
What is class and example?
Can you explain polymorphism?
What are the types of abstraction?
why function overloading is not called as pure polymorphism?
Generally, in all C++ programs, texts are in white colour. Can we change the colour of the text(either input or output or both)? If so, help me out.
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
what is the difference between inter class and abstract class...?
write string class as your own class in java without using any built-in function
What does and I oop mean?
Why do we use oop?