Answer Posted / mugdha taru
Because it is the only function which is accessible even
when class is not instantiateed
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What are the benefits of interface?
What is difference between oop and pop?
What is coupling in oop?
What does oop mean in snapchat?
What is the diamond problem in inheritance?
Can a varargs method be overloaded?
what are the different types of qualifier in java?
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.
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is static in oop?
What is the oops and benefits of oops programming?
How do you define a class in oop?
State what is encapsulation and friend function?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer