which are the 4 members functions in c++ objects that can
either be declared explicitly by programmer or implementation
if nt available.
Answer Posted / sarita
zero argument constructor,default constructor,perameterized
constructor,copy constructor
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What are two types of polymorphism?
What is the oops and benefits of oops programming?
Is this job good for future? can do this job post grduate student?
How many human genes are polymorphic?
How Do you Code Composition and Aggregation in C++ ?
What is a class and object?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are the three parts of a simple empty class?
Advantage and disadvantage of routing in telecom sector
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.
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 program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is the example of polymorphism?
Is data hiding and abstraction same?
can we make game by using c