What are different properties provided by Object-oriented
systems?
Answers were Sorted based on User's Feedback
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 |
Answer / kiran
Polymorphism,Inheritence and Encapsulation(PIE is the
Essence of OOPs)
Is This Answer Correct ? | 3 Yes | 0 No |
What is difference between assembly and dll?
Can we have a non static member function in a base class to be override in derived with static modifier?
What is master page in asp net c#?
How to parse a date time string?
I want to print "Hello" even before main() is executed. How will you achieve that?
What is difference between for and foreach in c#?
When would you use generics in your code c#?
What is delimiter in c#?
Why is lazy loading?
What is the difference between abstract class and interface in c#?
What is difference between events and delegates?
List the difference between the virtual method and the abstract method?