There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated.
Can an interface inherit a class?
Write a program to sort the number with different sorts in one program ??
What is polymorphism and types?
What is oops in simple words?
What is constructor overloading in oop?
write string class as your own class in java without using any built-in function
What is the point of oop?
polymorphism means?
what is the 3 types of system development life cycle
What is difference between new and malloc?
What is encapsulation c#?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?