Answer Posted / sairam bhat
Piller of oops is
Inheritance,Polymorphism,abstract,encapsulation.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we change static value in c#?
How is lazy loading achieved?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
what is virtual method in c#?
What is sqldatareader c#?
How can you set image source dynamically from c# application to ”test.png” file?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is the difference between arraylist and list in c#?
explain the nature of the assembly work?
Why we use get set in c#?
How many parameters can a method have c#?
What is binding in c#?
What is the advantage of constructor in c#?
What are custom exceptions?
What is anonymous methods in c#?