What are the advantages of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Which is not an object oriented programming language?
inheritence with example
What do you mean by variable?
function overridind means and simple program
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
Can we create object of class with private constructor?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
How do you explain polymorphism?
how to swap to variables without using thrid variable in java?
What is overloading in oop?
what is cast operator?
what is mean by design pattern