What is OOPS and How it is different from Procedural
Programming ?
Answer Posted / oopslover
Oops is programing concept which works around the its object
and data, it works on real world objects. helps us in
building robust application, provides more security through
its objects. where as procedural language is totally
different it implies to use different functional things to
be used under one single function e.g "main" method in C.
The logic is expose to the whole program.
| Is This Answer Correct ? | 44 Yes | 39 No |
Post New Answer View All Answers
What are two types of polymorphism?
What is encapsulation example?
Can static class have constructor?
What is the difference between inheritance and polymorphism?
what are the different types of qualifier in java?
class type to basic type conversion
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
what type of question are asked in thoughtworks pair programming round ?
What are oops functions?
What is cohesion in oop?
Can bst contain duplicates?
What is the main purpose of inheritance law?
What is inheritance in simple words?
What is interface? When and where is it used?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)