What are object oriented concepts?
Answers were Sorted based on User's Feedback
Answer / jay
Object Oriented Conceps are:
1.Inheritance,
2.Encapsulation,
3.Polymorphism,
4.Abstraction.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / bill
The object oriented concepts are ,
Abstraction
Polymorphysm
Inheritance.
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shanta
Inheritance
polymorphism
class
object
encapsulation
abstraction
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / subbarao
Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
Message Passing
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pushparaj pentakota
Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
delegates
structs
methods
Is This Answer Correct ? | 0 Yes | 0 No |
Define c# delegate?
What is a shared assembly?
What are the two kinds of properties?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
What is the difference between dynamic and var in c#?
What is difference between static and readonly in c#?
Okay, so an int is a value type, and a class is a reference type. How can int be derived from object?
What is difference between list and dictionary in c#?
Explain the difference between user control and custom control. Also, explain their use.
How many types of serialization are there in c#?
What is AutoMapper in C#?
What is state c#?