Answer Posted / rajeev tiwari
For personal and Professional Growth.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can we define a class within the interface?
What is abstraction in oop with example?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
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
What is oops with example?
What is overriding vs overloading?
what are the different types of qualifier in java?
What are the three main types of variables?
How do you achieve runtime polymorphism?
When not to use object oriented programming?
State what is encapsulation and friend function?
Templates mean
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the point of polymorphism?
Why interface is used?