What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / abz
OOPS means object oriented programming ,it includes
programming for different applications with respect to an
object.
using oops concept makes the applications more flexible
where the data is executed within the object
| Is This Answer Correct ? | 51 Yes | 40 No |
Post New Answer View All Answers
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
How do you explain polymorphism?
what is different between oops and c++
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is debug class?what is trace class? What differences are between them? With examples.
Is abstract thinking intelligence?
Can we create object of interface?
Can private class be inherited?
What are the three parts of a simple empty class?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is abstraction with example?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is difference between pop and oop?
What is the real time example of encapsulation?
What is the difference between inheritance and polymorphism?