What is the difference between procedural programming and oops?
No Answer is Posted For this Question
Be the First to Post Answer
Name an advantage of linked list over array?
What is persistence in oop?
What is interface in oop?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined
JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?
What is the types of inheritance?
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.
Describe the difference between a Thread and a Process?
what is difference between objects and function
Explain virtual inheritance?
What is polymorphism and its types?