how to find no of instances of an object in .NET?
Answer Posted / gouri patil
When u create object of class it invoke Constructor. So
declare variable and increase in Constructor and
parametrised Constructor you will get number.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are different oops concepts?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is class and example?
What is encapsulation in oops?
What is the point of polymorphism?
What is debug class?what is trace class? What differences are between them? With examples.
What are the benefits of oop?
What is an advantage of polymorphism?
Which language is not a true object oriented programming language?
What is polymorphism oop?
What are the data types in oop?
Write a program to reverse a string using recursive function?
What is the full form of oops?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Why is polymorphism used?