There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
what are the ways in which a constructors can be called?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
program for insertion ,deletion,sorting in double link list
• What are the desirable attributes for memory managment?
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?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
when to use 'mutable' keyword and when to use 'const cast' in c++
why reinterpret cast is considered dangerous?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
can any one help to find a specific string between html tags
which is changed to a sting..
weather.html looks (for location) is
why and when we can declar member fuction as a private in
the class? which feature are not hold visual basic of oop?