What is constructor and virtual function? Can we call virtual funciton in a constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is a nested interface?
Can we have a default method definition in the interface without specifying the keyword "default"?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Why use oops?
What are abstract functions? Why are they used?
What is the syntax of object oriented method call?
Tell me something about abstract classes?
Can we use static method definitions in interfaces?
What is virtual?
Is class an Object? Is object a class?
What is an abstraction and why is it important?
Can link and Association applied interchangeably?