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 13612in 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 5737monkey 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 45305design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4657design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2015Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2624What 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,
2617
What is solid in oops?
What does enum stand for?
Explain the concepts involved in Object Oriented programming.
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is difference between inheritance and polymorphism?
What is class and object with example?
What is oops and its features?
What is encapsulation and abstraction? How are they implemented in C++?
How do you achieve runtime polymorphism?
What is polymorphism what is it for and how is it used?
What is the real life example of polymorphism?
What is basic concept of oop?
What is the point of oop?
Get me an image implementation program.
Whats oop mean?