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.
2006#include
#include
what is the advantage in software? what is the difference between the software developer and Engineer
1 3515#include
What do you mean by overloading?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What is class in oop with example?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Can we override main method?
Give two or more real cenario of virtual function and vertual object
What is an interface in oop?
Where is pseudocode used?
What is class and object in oops?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
Why is oop useful?
What is a null tree?
What is coupling in oop?
What is constructor in oop?