Answer Posted / pramod singh
The first pillar of object-oriented programming - Encapsulation
The second pillar of Object-Oriented Programming - Inheritance
The third pillar of Object-Oriented Programming - Polymorphism
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What is the use of console readkey ()?
How can you access a private method of a class?
Which types of inheritances does c# support?
What is virtual class in C#?
What is the difference between decimal and integer?
What is iformatprovider in c#?
Explain the difference between object type and dynamic type variables in c#?
Is constructor a static method?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Is array a list?
What are the Types of values mode can hold session state in web.config
What is the difference between internal and private in c#?
What is difference between value and reference types in C#.NET
Which is better javascript or c#?
What is the difference between == and object.equals?