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 difference between static and constant variable?
Why data types are important in c#?
Which is faster dictionary or hashtable?
Explain the process of inheriting a class into another class?
What is the resgen.exe tool used for?
What is an argument in c#?
What is a private class in c#?
Does c# replace c++?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is msil, and why should developers need an appreciation of it if at all?
Difference between call by value and call by reference in C#?
Why do we use static class in c#?
How to transpose multi-dimensional array?
What do u mean by delegation?
What is tryparse?