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

Are private class-level variables inherited?

5 Answers  


What is CLR and its application.?

0 Answers   MCN Solutions,


Why do we need singleton pattern in c#?

0 Answers  


What does private void mean in c#?

0 Answers  


What is boxing and unboxing in c#?

0 Answers  






Are tuples mutable c#?

0 Answers  


What is int32 maxvalue?

0 Answers  


How can we sort the elements of the array in descending order?

0 Answers  


What is an Interface in C#?

0 Answers   TryTechnicals Pvt Ltd,


Define method overloading in c#?

0 Answers  


Can a structure inherit a class.

3 Answers   Infosys, Synechron,


What are primitive data types in c#?

0 Answers  


Categories