Answer Posted / senthil kumar
FOR MY CARRIER ENROLLMENT
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is cohesion 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
How do you use inheritance in unity?
What are oops functions?
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?
c++ program to swap the objects of two different classes
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
program for insertion ,deletion,sorting in double link list
What is the types of inheritance?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is oops?what is its use in software engineering?
What is inheritance and how many types of inheritance?
What does enum stand for?