what i oops concept, how many languages supports oops concept?
Answers were Sorted based on User's Feedback
Answer / brunda r
oops is object oriented programmimg language the provides a
way of modularizing programs by creating partitioned memory
area for both data and functions . The languages like C++,JAVA
use oops.
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / parth rastogi
oops is object oriented programmimg language which provides the facility to run programs on any platefrom if it is compiled and provides a way of modularizing programs by creating partitioned memory area for both data and functions . The languages like C++,JAVA use oops concept.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / prince ranjith reddy
oops is a concept used to write the computer programs by using classes and objects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Name a typical usage of polymorphism
Can we create object of abstract class?
Have you ever interfaced with a database?
The type of variable a pointer points to must be the part of pointer's definition so that:
OOP'S advantages of inheritance include:
How to create a comment page in C #??
What is this interview room ? Is it a class or an object.
What is destructor give example?
how do u initialize the constant variables
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is pure oop?
Program to check whether a word starts with a capital letter or not.