What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / manjeet
The focus of procedural programming is to break down a
programming task into a collection of variables, data
structures, and subroutines.
whereas in object-oriented programming it is to break down
a programming task into objects. Either method can be valid
for accomplishing a specific programming task.
Is This Answer Correct ? | 21 Yes | 18 No |
Post New Answer View All Answers
What is meant by multiple 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.
What is the advantage of oop over procedural language?
Templates mean
Why is encapsulation used?
Why do we use encapsulation in oops?
What is encapsulation in ict?
What is multilevel inheritance in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
to find out the minimum of two integer number of two different classes using friend function
What is and I oop mean?
Can abstract class have normal methods?
What is new keyword in 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
What is the purpose of polymorphism?