Answer Posted / m.salah
destructor not overloaded because not has parameters
| Is This Answer Correct ? | 9 Yes | 12 No |
Post New Answer View All Answers
What are the 4 main oop principles?
class type to basic type conversion
Which language is pure oop?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is inheritance write a program to show use of inheritance?
Can main method override?
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
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What exactly is polymorphism?
What are different oops concepts?
What is the highest level of cohesion?
What is the purpose of polymorphism?
What is byval and byref? What are differences between them?
What is balance factor?
what are the ways in which a constructors can be called?