What are object oriented concepts?
Answer Posted / ctharam
1) Class
2) Object
3) Encapsulation
4) Abstraction
5) Inheritance
6) Polymorphism
7) Message Passing
8) Dynamic Binding
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is ado net in c#?
What is string interpolation in c#?
What is returned if you pass the value 12.34 to the parsefloat () function?
What are different types of classes in c#?
How to use reflection to call generic method?
Can derived classes have greater accessibility than their base types?
Explain manifest & metadata in c#.
What is interface inheritance?
Is nullable type c#?
Which one is trusted and which one is untrusted?
How do I do implement a trace and assert?
Is c++ or c# better?
How can I use .NET components from COM programs?
What is a method signature in c#?
Why singleton is sealed?