20% of a 6 litre solution and 60% of 4 litre solution are mixed what the % of mixture of solution it is resulted into?
5 13393in 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
1 5631monkey 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?
13 44815design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4490design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
1969Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2552What 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,
2497
What is encapsulation and abstraction? How are they implemented in C++?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is overriding vs overloading?
write string class as your own class in java without using any built-in function
What is constructor in oop?
Can we have inheritance without polymorphism?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is the fundamental idea of oop?
Write a program to sort the number with different sorts in one program ??
What is object and class in oops?
What is polymorphism explain its types?
What are different oops concepts?
program for insertion ,deletion,sorting in double link list
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is oops with example?