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 13595in 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 45275design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
HSBC,
1 4642design 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
2620What 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,
2609
Why multiple inheritance is not allowed?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
What is object and class in oops?
What are the 3 principles of oop?
Why is polymorphism used?
What are the 4 main oop principles?
What is encapsulation process?
What is abstraction in oop with example?
What are the three parts of a simple empty class?
write a program to find 2^n+1 ?
What are oops methods?
What is an advantage of polymorphism?
What are the benefits of interface?
What are the 4 pillars of oop?
What exactly is polymorphism?