What are the important concepts in OOPS

Answers were Sorted based on User's Feedback



What are the important concepts in OOPS..

Answer / sanjjay raj

Abstraction, Encapsulation, Inheritance and Polymorphism
are the important Concepts in Object Oriented Programming
Structuce ( ie., OOPS )

Is This Answer Correct ?    27 Yes 1 No

What are the important concepts in OOPS..

Answer / anitha

classes,objects,Inheritance,encapsulation,polymorphisms,data
hiding,

Is This Answer Correct ?    13 Yes 0 No

What are the important concepts in OOPS..

Answer / ankit

encapsulation is wrapping of data and function into a
single unit. and it is most striking feature of class.

Is This Answer Correct ?    3 Yes 0 No

What are the important concepts in OOPS..

Answer / jyothish vakkom

1 more is thr ie modularity..

Is This Answer Correct ?    4 Yes 2 No

What are the important concepts in OOPS..

Answer / mithun

Encapsulation is the 1st pillar of oops. According to the pronciple to encapsulation, a class or struct can specify hw accessible are their members to the code outside the class or struct.
Inheritence enable to create new classes that reuse, modify the behaviour that is defined in other class. class that is inherited is called based class and class the inherits is derived class.
Polymorphism means many shapped..a base class can define a virtual method, and derived class can verride them, which means they provide their own definition and implementation.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More C Sharp Interview Questions

what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?

0 Answers  


What is difference between dictionary and hashtable?

0 Answers  


Where static variables are stored?

0 Answers  


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


What are the advantages of using partial classes?

0 Answers  






what are the differences between a class and structure

0 Answers   Cognizant,


What is thread pooling?

0 Answers  


How does one compare strings in c#?

0 Answers  


Why is it efficient to use System.string under System.Text.StringBuilder ?

0 Answers   Siebel,


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


How big is int16?

0 Answers  


What is assembly manifest?

0 Answers  


Categories