What are different properties provided by Object-oriented
systems?
Answer Posted / kiran
Polymorphism,Inheritence and Encapsulation(PIE is the
Essence of OOPs)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a cshtml file?
Which are the access modifiers available in c#?
Is c# pass by value?
Why c# is called type safe language?
Does c# support c type macros?
What is the difference between Object and class adapters?
What is a console application in c#?
What is the use of 'using' statement in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is a base class in C#?
Why should I use interface in c#?
Is a valid int value?
What is action in c# 3.5?
Is is possible to force garbage collector to run?
What is the difference between array and arraylist c#?