WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET
Answer / 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 |
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
143.what is oops principles?
What is differance between Abstract and Interface
What is Hashing and how is it done? Pictorial form?
How to hide the base class functionality in Inheritance?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
ambiguity regulation of multiple inheritance with example.
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
What is multilevel inheritance in oop?
What Is a Polymorphism? How many types of polymorphism and whats that use in application?
What is the main feature of oop?