What are object oriented concepts?
Answer Posted / jay
Object Oriented Conceps are:
1.Inheritance,
2.Encapsulation,
3.Polymorphism,
4.Abstraction.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are the Types of JIT and what is econo-JIT
What sort algorithm does c# use?
List down the differences between “dispose” and “finalize” methods in c#.
What is difference between yielding and sleeping?
What is task parallel library?
Is arraylist generic in c#?
What is overloading in c#?
Can we make a Static Constructor Parameterized? Give Reason with your answer
Is static thread safe?
Can we inherit partial class in c#?
Explain the working of serialization?
What is the difference between Static, Const and read only?
Can hashset contain duplicates c#?
Explain code compilation in c#.
What is the difference between as and is operators in c#?