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 example of predicate?

0 Answers  


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


What are properties in C#?

0 Answers   UGC Corporation,


What is an object pool in .net?

0 Answers  


One start and stop button is there and one textbox is there.when you click start button ,it will display 1,2,3......up to infinite in textbox.when you click stop button it will stop.

1 Answers  






Can we override interface method?

0 Answers  


What is reference c#?

0 Answers  


What is a dynamic assembly?

0 Answers  


Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?

0 Answers   Siebel,


What?s class SortedList underneath?

2 Answers  


What is difference between var dynamic and object in c#?

0 Answers  


Explain the differences between static, void and public in c#?

0 Answers  


Categories