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 the difference between const and readonly in c#.net?
Why do we use class in c#?
Does a class need a constructor c#?
Can we make a class private in c#?
What is private protected in c#?
What is lock in c#?
What is this keyword in C#?
Are arraylist faster or arrays?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
What is a console?
how to create crystal reports give one detail example(i want to view age category report) please give suitable example in my small knowledge
What is a copy constructor in c#?
What is default constructor c#?
Explain how to use an extender provider in the project.
What is a method signature?