What is the outcome of the line of code "cout<<abs(-
16.5);"?
1) 16
2) 17
3) 16.5
Post New Answer View All Answers
What are the types of abstraction?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is multilevel inheritance explain with example?
What are oops methods?
What is oops and its features?
What is the point of oop?
Why is polymorphism important in oop?
Can a destructor be called directly?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is class encapsulation?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the importance of oop?
Where is pseudocode used?
What is balance factor?
What 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(); }