What are the important concepts in OOPS
Answer Posted / ankit
encapsulation is wrapping of data and function into a
single unit. and it is most striking feature of class.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
So what makes your code really object-oriented #?
What is an inheritance in c#?
What is difference between Enum and Struct?
How will you allow a class to be inherited, but prevent the method from being over-ridden?
What are the three types of operators?
Can you pass value types by reference to a method?
What are extender provider components?
What tool we have to use to install assembli in gac folder.
Can we have multiple threads in one app domain?
Can you change the value of a constant filed after its declaration?
What is difference between property and variable in c#?
How many destructors can a class have?
What is null character in string?
Is a dll an assembly?
What is difference between mutable and immutable in c#?