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
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What is escape sequence in c#?
Why we use get and set method in c#?
Can class inherit from struct c#?
Why singleton is sealed?
What are the commonly used i/o classes?
Describe an abstract class?
what class is underneath the sortedlist class?
What is the use of convert toint32 in c#?
What is the base class in .net from which all the classes are derived from?
What can be done with c#?
What is a .exe extension files? How is it similar to .dll extension files?
Is a games console a computer?
What is command object in c#?
write a program to find the biggest palindrome in the given string