Answer Posted / guest
As ex:- Singleton Class is the Class whose you can make only
one object. Dont forget to do googling.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
What is polymorphism oop?
How do you define a class in oop?
Why is static class not inherited?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is encapsulation with real life example?
Why is polymorphism used?
Why do we need polymorphism in c#?
What does enum stand for?
What is overriding vs overloading?
Can a destructor be called directly?
What are the benefits of polymorphism?
What is the importance of oop?
Can abstract class have normal methods?
What are the three parts of a simple empty class?
Can main method override?