What is destructor example?
No Answer is Posted For this Question
Be the First to Post Answer
how to find the largest of given numbers in an array
How to improve object oriented design skills?
OOP'S advantages of inheritance include:
What is the difference between a constructor and a destructor?
What are the different forms of polymorphism??
c++ is a pure object oriented programming or not?
what is the main difference between sizeof() operator in c and c++
1. Strong name 2. how to prevent a class from being inherited 3. delegates 4. default modifier for interface 5. default modifier for class 6. base class for exception 7. diff bet trigger and view in sql 8. how to exchange values from one page to another page 9. can multiple catch block ll be executed at same time 10. can u store different data types in an array & array list 11. when we ll use trigger 12. try,catch,finally usage
What is the difference between C++ and java?
Given two strings like x=?hello? and y=?open?, remove any character from string x which is also used in string y, thus making the result x=?hll?.
What is multiple inheritance? Give Example
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language