Answer Posted / srihari
It consists of more classes
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Which is better struts or spring?
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).
What is class encapsulation?
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 is the real time example of inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
What are different oops concepts?
Why is polymorphism needed?
Whats is abstraction in oops?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
write a C++ program for booking using constructor and destructor.
Write a program to reverse a string using recursive function?
What is overriding in oop?
What is multilevel inheritance explain with example?
What is polymorphism in oop example?