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...

OOPS Interview Questions
Questions Answers Views Company eMail

20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?

IonIdea,

5 13822

in the following, A D B G E C F Each of the seven digits from 0,1,2,3,4,5,6,7,8,9 is: a)Represented by a different letter in abov fig: b)Positioned in the fig abov so tht A*B*C,B*G*E,D*E*F are equal. wch does g represents? C

IonIdea,

1 5832

monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?

IonIdea,

13 45758

design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }

HSBC,

1 4744

design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }

2061

What are the valid types of data that the main () can return in C/C++ language

3 7806

Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2687

Child cObj = new Parent() Wahts the output ?

Patni, TCS,

8 19907

What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

NIIT, SRA,

2596

What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

SRA,

2701

write a program to find 2^n+1 ?

CTS,

2131

write a program to find 2 power of a 5digit number with out using big int and exponent ?

2442

what is the difference between ERROR and EXCEPTION?

NIIT, nvidia,

14 37248

what is pointers

Exilant,

7 10585

what is the main difference between sizeof() operator in c and c++

3 7225


Post New OOPS Questions

Un-Answered Questions { OOPS }

How do you answer polymorphism?

1111


What is oops and why we use oops?

1100


What is the full form of oops?

1249


Can abstract class have normal methods?

1111


What is class and object with example?

1227


What causes polymorphism?

1191


Can you explain polymorphism?

1161


What is multilevel inheritance in oop?

1091


Is enum a class?

1117


What is object in oops?

1126


What is polymorphism explain its types?

1220


What is abstract class in oops?

1080


Is oop better than procedural?

1091


What is oops concept with example?

1086


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

2185