What are different properties provided by Object-oriented
systems?

Answers were Sorted based on User's Feedback



What are different properties provided by Object-oriented systems?..

Answer / suresh

1. Abstraction
2. Encapsulation
3. Communication using Messaging.
4. Object Life Time
5. class Hierarchies
6. Inheritance
7. Polymorphisam.

Is This Answer Correct ?    7 Yes 0 No

What are different properties provided by Object-oriented systems?..

Answer / kiran

Polymorphism,Inheritence and Encapsulation(PIE is the
Essence of OOPs)

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between assembly and dll?

0 Answers  


Can we have a non static member function in a base class to be override in derived with static modifier?

7 Answers   Wipro,


What is master page in asp net c#?

0 Answers  


How to parse a date time string?

0 Answers  


I want to print "Hello" even before main() is executed. How will you achieve that?

0 Answers   DELL,


What is difference between for and foreach in c#?

0 Answers  


When would you use generics in your code c#?

0 Answers  


What is delimiter in c#?

0 Answers  


Why is lazy loading?

0 Answers  


What is the difference between abstract class and interface in c#?

0 Answers  


What is difference between events and delegates?

0 Answers  


List the difference between the virtual method and the abstract method?

0 Answers  


Categories