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

what is inheritance and an example in vb.net and c# of when you might use it?

0 Answers  


What is the use of 'as' Keyword in C# ?

0 Answers   HCL,


Is struct object oriented?

0 Answers  


Why do we need static class in c#?

0 Answers  


What does void do in unity?

0 Answers  






What is serialization in unity?

0 Answers  


why c# is pronounced as C-sharp instead of pronouncing it as C-hash? is there any technical reason behind it?

3 Answers  


how to print invert pyramid in c#

0 Answers   ForSight,


How do you clear a list in c#?

0 Answers  


Is is possible to force garbage collector to run?

0 Answers  


what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?

0 Answers   4Cplus,


What is a static field?

0 Answers  


Categories