Answer Posted / shivanand
object is an instance ok a class through which we can access
class member and data.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what is different between oops and c++
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
How long to learn object oriented programming?
Can bst contain duplicates?
How do you use inheritance in unity?
Why do we use class in oops?
Why we use classes in oop?
write a program that takes input in digits and display the result in words from 1 to 1000
What does <> mean pseudocode?
What is encapsulation with example?
What is polymorphism and example?
What does no cap mean?
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
What is protected in oop?
What is a function in oop?