OOPs concept ?
Answer / satish
Abstraction, Inheritance, Encapsulation, Polymorphism
Abstraction : Abstraction is the process of identifying
common patterns that have systematic variations; an
abstraction represents the common pattern and provides a
means for specifying which variation to use.
Inheritance :OOP, a parent class can inherit its behavior
and state to children classes
Encapsulation :Encapsulation allows an object to separate
its interface from its implementation. The data and the
implementation code for the object are hidden behind its
interface.
Polymorphism:Polymorphism allows objects to be represented
in multiple forms
Is This Answer Correct ? | 7 Yes | 2 No |
What does private void mean in c#?
What is difference between for and foreach in c#?
Why is hashset faster?
What is console readkey in vb net?
How do you inherit from a class in C#?
Is string a data type in c#?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is definition in c#?
How many root nodes are there in an xml document?
What is the purpose of a namespace?
Can a method be sealed in c#?
Explain About multi level and multiple inheritance how to achieve in .net