Showing posts with label OOP. Show all posts
Showing posts with label OOP. Show all posts

Wednesday, October 22, 2014

What is composition?

What is aggregation?

What are limitations and restrictions of interfaces?

What is the advantage of interface over inheritance in OOP?

What’s the difference between abstract class and interface?

What is interface?

What is difference and similarities between class and structure?

What is Structure?

How can you prevent class to be inherited further?

What is virtual class?

What is abstract class?

How to prevent function from being overridden in C#?

What is abstract function?

What is pure virtual function?

What is virtual function?

What is function overloading and function overriding?

What is function?

Why destructor is not over loaded?

What is destructor?

What is static constructor?