What is piller of OOPS in C#.
Answers were Sorted based on User's Feedback
Answer / vishal arora
the four pillors of oops is :-
abstraction
encapsulation
polymorphism
inherritance
Is This Answer Correct ? | 32 Yes | 2 No |
Answer / naveen mishra
According to my openion piller is
Inheritence,
Ploymorphism
incapsulation
Is This Answer Correct ? | 13 Yes | 5 No |
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 |
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 |
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 |
Answer / sairam bhat
Piller of oops is
Inheritance,Polymorphism,abstract,encapsulation.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / radhika
According to my openion object is the pillor of oops in c#
Is This Answer Correct ? | 6 Yes | 11 No |
Answer / isaiselvan
The piller of oops is
Encapsulation
Inheritance
Is This Answer Correct ? | 1 Yes | 9 No |
What are native methods?
Why we use anonymous methods in c#?
What are generics in c#.net?
what is ment by Unboxing?
Write a program to find the angle between the hours and minutes in a clock
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.
What is difference between value and reference types?
What are properties in c#. Explain with an example?
Is an array an object c#?
What are the Different kinds of methods?
What are jagged arrays used for?
what happens if you inherit multiple interfaces and they have conflicting method names?