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 13604in 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 5735monkey 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 45285design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4646design class for linked list and include constructor,destructor,insert option. node of form struct node { int data; struct node &ptr; }
2011Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
2621What 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,
2611
write a program that takes input in digits and display the result in words from 1 to 1000
Explain the advantages of inheritance.
What is meant by multiple inheritance?
What is byval and byref? What are differences between them?
What is polymorphism and why is it important?
what type of questions
What is polymorphism and its types?
What is abstract class in oops?
What is destructor in oop?
write string class as your own class in java without using any built-in function
What are the important components of cohesion?
What does <> mean pseudocode?
what is graphics
Can you inherit a private class?
What does I oop mean?