What are the benefits of oop?
No Answer is Posted For this Question
Be the First to Post Answer
What is overriding in oop?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What does and I oop and sksksk mean?
What is object in oop with example?
What is conditional Compilation?
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 the purpose of enum?
What are the valid types of data that the main () can return in C/C++ language
What is and I oop mean?
What is encapsulation c#?
Can anyone please explain runtime polymorphism with a real time example??at what ciscumstances we go for it??
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass