When is an object created and what is its lifetime?
Answer Posted / nikhil
global scope,if created outside class n local scope if
created inside a class......
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is pointer in oop?
What exactly is polymorphism?
What is the full form of oops?
What makes a language oop?
Can you explain polymorphism?
How is polymorphism achieved?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is a superclass in oop?
What is polymorphism programming?
What is the point of polymorphism?
What is the important feature of inheritance?
Why do we need polymorphism in c#?
What is polymorphism explain?
What is difference between oop and pop?
What is advantage of inheritance?