Answer Posted / karthik.s
Object Oriented Programming Systems
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oops and its features?
What is a class in oop?
What is abstraction in oop with example?
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
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).
Give two or more real cenario of virtual function and vertual object
What is protected in oop?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What makes a language oop?
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(); }
Which language is pure oop?
why reinterpret cast is considered dangerous?
What is static modifier?
What are the three parts of a simple empty class?