What are different properties provided by Object-oriented
systems?
Answer Posted / 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 |
Post New Answer View All Answers
How do I make a dll in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is sorting in c#?
What are actions in c#?
When do we generally use destructors to release resources?
Why do we need structs in c#?
What is the difference between ref & out parameters in c#?
What does int32 mean?
What is difference between virtual and override in c#?
what is an event? Define delegate?
Define method overloading in c#?
How do I link two windows forms in c#?
What are custom attributes in c#?
What is visual c# net?
Why we use get and set property in c#?