Answer Posted / shafi syed
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 ? | 25 Yes | 7 No |
Post New Answer View All Answers
What is a verbatim string literal and why do we use it?
Is a games console a computer?
What is the difference between delegates and superdelegates?
What are the collection types can be used in c#?
What is a c# delegate?
What benefit do you get from using a primary interop assembly (pia)?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
If I want to override a method one of class A and in class b then how do you declare?
Explain About web methods and its various attributes
What is difference between ienumerable and list?
What is the difference between out and ref in c#?
What is the difference between function and method in c#?
What is the relation between classes and objects?
Is c# good for beginners?
Why do we need delegates?