Definition of Object Oriented Programming in single line?
Answers were Sorted based on User's Feedback
Answer / bhuvana
OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / jithin
Object Orieante Promming is working with the number of
objects to create a real world application.
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / gangarampal
OOPS as Object Oriented Programming language.This type
of programming allows the creation of an object which always
has the same functional use, but can have multiple definitions.
for Ex. my company creates a diagnostic product. This product
provides a set of "objects" to be used to represent
diagnostic knowledge.One object in the set, the symptom,
represents an observable problem that someone might call a
tech support center to report.
| Is This Answer Correct ? | 2 Yes | 6 No |
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is the difference between pass by value,pass by pointer,pass by reference in the catch block in the exception handling in c++
Can a destructor be called directly?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
what is an instance of a class
What is extreme programming?
what is the advantage in software? what is the difference between the software developer and Engineer
What does and I oop and sksksk mean?
What is basic concept of oop?
Why we use classes in oop?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.
The expansion of GNU