What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / janet
In procedural program ,programming logic follows
certain procedures and the instructions are executed one
after another. In OOPs program,unit of program is
object,which is nothing but combination of data and code.
In procedural program,data is exposed to the whole
program where as in OOP's program ,it is accesible within
the object and which in turn assures the security of the
code.
Is This Answer Correct ? | 111 Yes | 38 No |
Post New Answer View All Answers
write knight tour problem which is present in datastructure
How to improve object oriented design skills?
What is polymorphism used for?
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.
Can a destructor be called directly?
Why is polymorphism important in oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
What does it mean when someone says I oop?
What does and I oop and sksksk mean?
Can we create object of interface?
Why is abstraction needed?
What is polymorphism and example?
What is oops in simple words?
Write a program to reverse a string using recursive function?
How long to learn object oriented programming?