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 13572in 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 5728monkey 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 45255design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4622design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2009Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2615What 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,
2600
What is interface? When and where is it used?
What is abstraction encapsulation?
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
How do you use inheritance in unity?
What is polymorphism and its types?
Is oop better than procedural?
How to improve object oriented design skills?
what is graphics
Why is abstraction used?
Can abstract class have normal methods?
What exactly is polymorphism?
Which method cannot be overridden?
What are the 3 principles of oop?
What is difference between abstraction and encapsulation?
How does polymorphism work?