What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / arpit surothiya
in oop we focus object rater then procedure
and pop we focus on procedure
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is inheritance and how many types of inheritance?
What is a class and object?
what is graphics
What is destructor give example?
What is encapsulation and abstraction? How are they implemented in C++?
What are benefits of oop?
What is the highest level of cohesion?
What is difference between abstraction and encapsulation?
What is pure oop?
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).
What are the two different types of polymorphism?
What is basic concept of oop?
What is difference between inheritance and polymorphism?
What are the features of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?