Oops concepts ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / naresh kumar
encapsulation means the wrapping of data member and member
function into a single into is called encapsulation.
e.g. egg roll.
Is This Answer Correct ? | 15 Yes | 6 No |
How do partial classes work in c#?
What is delegates and events?
Explain about Threading Types.
What are instance fields in c#?
What is null character in string?
How do you inherit from a class in C#?
What is an assembly qualified name
What is generic method in c#?
Enlist all the components of an ado.net framework?
What is difference between throw and throws in c#?
Explain About stateless and state full web service
To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.