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 can I access the registry from c# code?
C# called c sharp why?
Can structs in c# have destructors?
What does mean c#?
What is the difference while using directive vs using statement ?
Explain when should you call the garbage collector in .net?
What is the difference between continue and break statement?
In a single .NET DLL how many classes it contains?
What is the meaning of console writeline in c#?
What does == mean in c sharp?
What is difference between array and collection?
What does the initial catalog parameter define in the connection string?
Does console.writeline() stop printing when it reaches a null character within a string?
What is tuple in c#?
What is datacontract in c#?