What is piller of OOPS in C#.

Answers were Sorted based on User's Feedback



What is piller of OOPS in C#...

Answer / vishal arora

the four pillors of oops is :-
abstraction
encapsulation
polymorphism
inherritance

Is This Answer Correct ?    32 Yes 2 No

What is piller of OOPS in C#...

Answer / naveen mishra

According to my openion piller is
Inheritence,
Ploymorphism
incapsulation


Is This Answer Correct ?    13 Yes 5 No

What is piller of OOPS in C#...

Answer / kishore anumala

Your question itself has an answer.
OOPS pillar is OBJECT.
Without object no Class can be declared.
No classes insense no interfaces,no encapsulation, no
polymorphism, etc.,....

Is This Answer Correct ?    6 Yes 4 No

What is piller of OOPS in C#...

Answer / pramod singh

The first pillar of object-oriented programming - Encapsulation
The second pillar of Object-Oriented Programming - Inheritance

The third pillar of Object-Oriented Programming - Polymorphism

Is This Answer Correct ?    4 Yes 3 No

What is piller of OOPS in C#...

Answer / pramod kumar singh

According to my opinion first pillar of object-oriented
programming is Object because Without object no Class can be
declared.
No classes in sense no interfaces,Inheritance
,no encapsulation, no
polymorphism, etc.,....

Is This Answer Correct ?    3 Yes 3 No

What is piller of OOPS in C#...

Answer / sairam bhat

Piller of oops is
Inheritance,Polymorphism,abstract,encapsulation.

Is This Answer Correct ?    1 Yes 1 No

What is piller of OOPS in C#...

Answer / ctharam

Class,Object,Encapsulation,Message Passing,Abstraction,Inheritence and polymorphim.

Is This Answer Correct ?    1 Yes 1 No

What is piller of OOPS in C#...

Answer / usra

encapsulation
inheritance
polymorphism

Is This Answer Correct ?    0 Yes 1 No

What is piller of OOPS in C#...

Answer / radhika

According to my openion object is the pillor of oops in c#

Is This Answer Correct ?    6 Yes 11 No

What is piller of OOPS in C#...

Answer / isaiselvan

The piller of oops is
Encapsulation
Inheritance

Is This Answer Correct ?    1 Yes 9 No

Post New Answer

More C Sharp Interview Questions

What are native methods?

0 Answers  


Why we use anonymous methods in c#?

0 Answers  


What are generics in c#.net?

0 Answers  


what is ment by Unboxing?

3 Answers  


Write a program to find the angle between the hours and minutes in a clock

0 Answers  






if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.

0 Answers  


What is difference between value and reference types?

5 Answers   Accenture,


What are properties in c#. Explain with an example?

0 Answers  


Is an array an object c#?

0 Answers  


What are the Different kinds of methods?

4 Answers   Wipro,


What are jagged arrays used for?

0 Answers  


what happens if you inherit multiple interfaces and they have conflicting method names?

0 Answers   Siebel Systems,


Categories