WHAT'S THE OOPS BASIC OOPS CONCEPTS IN DOTNET



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

Post New Answer

More OOPS Interview Questions

write a progra in c++ using class & object to find out wheather a given no. is prim or not.

2 Answers  


Prepare me a program for the animation of train

0 Answers  


Explain polymorphism? What r the types of polymorphism? pls give examples?

4 Answers   HCL,


143.what is oops principles?

10 Answers  


Why do we use encapsulation in oops?

0 Answers  






Templates mean

0 Answers  


what is oops

4 Answers   NIIT,


Why do we use class in oops?

0 Answers  


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


What is encapsulation with real life example?

0 Answers  


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

0 Answers   SRA,


Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.

1 Answers   Global Academy, Infotech,


Categories