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 is the difference between C# 3.5 and C# 4.0?

0 Answers  


What is Dispose method in .NET ?

9 Answers   247Customer, KAP, TCS,


what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


Why objects are stored in heap in c#?

0 Answers  


can a structure used in a class if yes then how.

2 Answers   Synechron,






What is unmannaged code and will CLR handle this kind of code or not .

0 Answers   DELL,


What is the output of TextWriterTraceListener redirected?

0 Answers   Siebel,


Will finally block get executed if the 1exception had not occurred?

3 Answers  


What is the difference between CreateObject() and GetObject()?

0 Answers   CGI,


What do you understand by the terms datareader object and dataset object?

0 Answers  


Is c# good for games?

0 Answers  


Why do we need reflection in c#?

0 Answers  


Categories