What is balance factor?
No Answer is Posted For this Question
Be the First to Post Answer
what are the uses of C++
What are the data types in oop?
Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?
Write a program to sort the number with different sorts in one program ??
Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.
can you explain how to use JavaBean in Project
Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.
Can static class have constructor?
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
what isthe difference between c structure and c++ class
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.
How to create a comment page in C #??