Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what i oops concept, how many languages supports oops concept?

Answers were Sorted based on User's Feedback



what i oops concept, how many languages supports oops concept?..

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

what i oops concept, how many languages supports oops concept?..

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

what i oops concept, how many languages supports oops concept?..

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

Post New Answer

More OOPS Interview Questions

What is polymorphism and why is it important?

0 Answers  


What is the renewal class?

0 Answers   Ebix, IBM,


IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?

2 Answers  


i had specified the access specifier for abstarct class member like (pure virtual function) as private.But it can be accessed by the derived class.How the private member of one class is accessed by other class.if any body face this problem and found the solution plz reply to me.

1 Answers   Syntel,


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


write string class as your own class in java without using any built-in function

0 Answers  


Contrast OOP and SOA. What are tenets of each?

1 Answers   Siebel Systems, Wipro,


Which is not an object oriented programming language?

0 Answers  


What is constructor in oop?

0 Answers  


WHEN A COPY CONSTER IS CALL ?

4 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


How to hide the base class functionality in Inheritance?

0 Answers   Viscus Infotech,


Categories