Can we create object of abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
How can you overcome the diamond problem in inheritance?
What do you mean by abstraction?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
What is the advantage of oop over procedural language?
explain the concepts of oops?
What is class and object in oops?
How to deploy web appliction in web logic ?
Write a C++ program to conduct an election of a mayor.Declare a class ELECTION With the following specification: Data member: Name 25 character Age Integer symbol 1 character Member functions: To accept data for 20 contestant To accept symbol as voting from 100 voters. To declare the winner and the loser.
1 Answers Global Academy, Infotech,
wht is ditch
write a short note on Overloading of Binary Operator?