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 |
What is a console application in c#?
What is sqldataadapter in c#?
Are structs value types or reference types?
What is a clr (common language runtime)?
What will a loop recorder show?
List down the differences between “dispose” and “finalize” methods in c#.
What is encapsulation in csharp?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Explain manifest & metadata in c#.
what is lamda expression?
How do you escape in c#?
What is the use of system.environment class in c#.net?