What is the differances between a abstract calss and
interface
Answer Posted / abhijit
Abstract base classes can have data members but not interfaces.
Abstract base classes have private access specifier by
default while that of interfaces is public
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of polymorphism?
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 abstraction with example?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What do you mean by abstraction?
What is the oops and benefits of oops programming?
What is multilevel inheritance explain with example?
How long to learn object oriented programming?
What is abstraction and encapsulation?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is solid in oops?
What is difference between abstraction and encapsulation?
What is the main purpose of inheritance law?
Can we override main method?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)