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 is the expansion of OOPS?

Answers were Sorted based on User's Feedback



What is the expansion of OOPS? ..

Answer / nisha

object oriented principels

Is This Answer Correct ?    0 Yes 10 No

What is the expansion of OOPS? ..

Answer / srinivas konga

object oriented programming synopsis

Is This Answer Correct ?    8 Yes 20 No

What is the expansion of OOPS? ..

Answer / sabu

object oriented programming scenario

Is This Answer Correct ?    4 Yes 18 No

What is the expansion of OOPS? ..

Answer / prashant

Out of Perfomance Management

Is This Answer Correct ?    3 Yes 25 No

Post New Answer

More OOPS Interview Questions

What is inheritance in oop?

0 Answers  


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


#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,


swapping program does not use third variable

5 Answers   TCS,


What is ambiguity in inheritance?

0 Answers  


What do we mean by a hidden argument in a function?

1 Answers   TCL,


The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?

6 Answers   TCS,


why c++ is a highlevel language

3 Answers   Satyam, Tech Mahindra,


what is the basic concept of inheritance?

9 Answers  


what is graphics

0 Answers  


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


Write 7 differences between "Public" function and "Private" function?

2 Answers   IBM, Wipro,


Categories