What are object oriented concepts?

Answers were Sorted based on User's Feedback



What are object oriented concepts?..

Answer / jay

Object Oriented Conceps are:
1.Inheritance,
2.Encapsulation,
3.Polymorphism,
4.Abstraction.

Is This Answer Correct ?    9 Yes 0 No

What are object oriented concepts?..

Answer / bill

The object oriented concepts are ,
Abstraction
Polymorphysm
Inheritance.

Is This Answer Correct ?    1 Yes 1 No

What are object oriented concepts?..

Answer / shanta

Inheritance
polymorphism
class
object
encapsulation
abstraction

Is This Answer Correct ?    0 Yes 0 No

What are object oriented concepts?..

Answer / subbarao

Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
Message Passing

Is This Answer Correct ?    0 Yes 0 No

What are object oriented concepts?..

Answer / pushparaj pentakota

Class
Object
Encapsulation
Abstraction
Inheritence
Polymorphism
delegates
structs
methods

Is This Answer Correct ?    0 Yes 0 No

What are object oriented concepts?..

Answer / ctharam

1) Class
2) Object
3) Encapsulation
4) Abstraction
5) Inheritance
6) Polymorphism
7) Message Passing
8) Dynamic Binding

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

how to convert String array to StringBuilder array or vice versa?

3 Answers   Wipro,


How many classes are there in classification?

0 Answers  


What is a console application in c#?

0 Answers  


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?

0 Answers  


Illustrate the differences between the system.array.copyto() and system.array.clone()?

0 Answers  






Define constructor in c#.

0 Answers  


What is a dynamic assembly?

0 Answers  


Why it's said that writing into .NET Application Configuration Files is a Bad Idea?

0 Answers   DELL,


In a stored procedure 4 select stmts there.If error comes in one select stmt will remaining normally executes?

7 Answers   Microsoft,


How does array sort work?

0 Answers  


Explain About ADO and its objects

0 Answers   DELL,


Can you mark static constructor with access modifiers?

0 Answers  


Categories