Answer Posted / priya
class is defined as the binding of functions and datas
together
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the average salary of a c++ programmer?
Program to check whether a word is a sub-string or not of a string typed
Write bites in Turbo c++ Header ("Include") Files.
What is rtti in c++?
What are the uses of pointers?
A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.
Explain what is oop?
What are virtual constructors/destructors?
Why c++ is better than c language?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What does new in c++ do?
daily Routine of father
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Does dev c++ support c++ 11?