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
Is null == null c#?
What is dataview c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is the difference between Singleton design pattern and Factory design pattern?
Is arraylist faster than linkedlist?
What are c# attributes and its significance?
What is a Managed Code??
What does firstordefault mean in c#?
What is a dbml?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Why singleton class is sealed in c#?
What is difference between constants and readonly in c#?
Can a dictionary have the same key?
What are virtual destructors?
Explain how do I get deterministic finalization in c#?