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
Are arrays immutable c#?
Can we write class inside a class in c#?
How Is The Dll Hell Problem Solved In .net?
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
Are objects passed by reference in c#?
What language is arduino?
What is asynchronous one-way calls?
Why are mutable structs evil?
Define an escape sequence, name few strings in escape sequence?
What is arraylist class in c#?
What do you mean by delegates and explain different types of delegates?
What is stringreader in c#?
What is difference between var dynamic and object in c#?
Give examples for reference types?
What is lazy keyword in c#?