Explain about object oriented programming?
Explain about multiple inheritance?
explain the difference between operator overloading and function overloading.
Can an interface implement or extend another interface?
How can we call the base method without creating an instance?
Who is an Actor?
Can you use virtual, override or abstract keywords on an accessor of a static property?
Explain the different types of constructors
Can we override a method by using same method name and arguments but different return types?
Why should project managers complete hard problems first in an OOSAD project?
What is the default access modifier in a class?
Explain basic concepts of OOPS?
Write down how will you create a Binary tree?