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's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Explain the difference between // comments, /* */ comments and /// comments?
Is c# 8 released?
What is assembly and dll in c#?
What are the Types of assemblies that can be created in dotnet
What is serialization in c#?
How to Show Message box in Metro Style App?
What is winforms c#?
What is the difference between disposing of () and finalize() methods in c#?
What is concatenation and when should it be used?
Explain the 3 types of properties in c# with an example?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What is oledbconnection c#?
What is routing in c#?
What are the advantages of using delegates in c#?