How can you overcome the diamond problem in inheritance?
What is persistence in oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is overriding in oop?
What is the diamond problem in inheritance?
What are the benefits of oop?
What is a superclass in oop?
What is polymorphism programming?
What is multilevel inheritance in oop?
What polymorphism means?
What is encapsulation process?
what's the basic's in dot net
What is encapsulation in ict?
Why we use classes in oop?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction