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 |
how to convert String array to StringBuilder array or vice versa?
How many classes are there in classification?
What is a console application in c#?
If I have more than one version of one assemblies, then how'll I use old version (how/where to specify version number?)in my application?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Define constructor in c#.
What is a dynamic assembly?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?
How does array sort work?
Explain About ADO and its objects
Can you mark static constructor with access modifiers?