What are the important concepts in OOPS
Answer Posted / sanjjay raj
Abstraction, Encapsulation, Inheritance and Polymorphism
are the important Concepts in Object Oriented Programming
Structuce ( ie., OOPS )
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Why is c# a good programming language?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
Are classes passed by reference in c#?
How many types of constructors are available in c#?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
How jit (just in time) works?
What is the process of delegation?
Why do we need indexer in c#?
What are native methods?
What is lazy keyword in c#?
Why do we use namespace in c#?
Can we store different data types in arraylist in c#?
What is expandoobject in c#?
Explain data types in c#?
Are tuples immutable c#?