Answer Posted / guest
The basic oop's concepts in .net are :-
1. Data hiding.
2. Data Abstraction.
3. Polymorphism
4. Encapsulation.
5. Inheritance.
6. Exception handling.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Why do we use polymorphism?
What are oops methods?
What is encapsulation in oop?
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 the difference between encapsulation and polymorphism?
What are the benefits of polymorphism?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is encapsulation 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
Can enum be null?
What is multilevel inheritance?
Are polymorphisms mutations?
What is encapsulation process?
Why polymorphism is used in oops?
How do you achieve runtime polymorphism?