What are oops functions?
No Answer is Posted For this Question
Be the First to Post Answer
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
what type of question are asked in thoughtworks pair programming round ?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
Why many objects can working together? How objects working togetherM I want to see example code.
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
Where is pseudocode used?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
what is difference b/w object based and object oriented programming language?
18 Answers Chaitanya, College School Exams Tests, Educomp, IBM, Infosys, Telko,
what is pointers
write a short note on Overloading of Binary Operator?
How do you make derived class as an abstract class?
create a c++ program that will accepts 9 inputs using 3 by 3 array.