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 is property in oops?
What is object and class in oops?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Is html an oop?
What is a class in oop?
Can you inherit a private class?
What is the difference between procedural programming and oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
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.
what type of questions
Can static class have constructor?
What is polymorphism explain?
write knight tour problem which is present in datastructure
Why interface is used?
what is the drawback of classical methods in oops?