What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / chumma
Oops ->Structural Programming (C++)
Procedural Programming (C)
| Is This Answer Correct ? | 31 Yes | 77 No |
Post New Answer View All Answers
Why is encapsulation used?
Can main method override?
What is data binding in oops?
What is the problem with multiple inheritance?
Can an interface inherit a class?
Which method cannot be overridden?
What is encapsulation in simple terms?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is an example of genetic polymorphism?
What is property in oops?
Is data hiding and abstraction same?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is encapsulation oop?
write a C++ program for booking using constructor and destructor.
Why do we use inheritance?