what is object oriented programming and procedure oriented
programming?
Answer Posted / achal ubbott
OOP is basically a way of doing organized programming. When
in old times, computer programs began to expand hugely then
a need to organize the code became important. So OOP came
into being.
Otherwise procedural programming(like in C) is enough to
get things going. But huge programs in C become difficult
to deal with. Since everything is global so a lot of
inconsistencies may arise.
Is This Answer Correct ? | 9 Yes | 8 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
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 difference between oop and pop?
What is abstraction with example?
How do you answer polymorphism?
What is difference between class and object with example?
What is polymorphism give a real life example?
write a programe to calculate the simple intrest and compund intrest using by function overlading
what type of questions
What is the types of inheritance?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is overloading in oops?
What do you mean by variable?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What makes a language oop?