Answer Posted / mayank kumar
c++ follows the concept of class
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
what type of questions
How to use CMutex, CSemaphore in VC++ MFC
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is variable example?
What is advantage of inheritance?
write knight tour problem which is present in datastructure
Which is better struts or spring?
What polymorphism means?
How do you achieve runtime polymorphism?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can you inherit a private class?
What is an interface in oop?
Why is oop better than procedural?
What does I oop mean?
What is destructor give example?