Definition of Object Oriented Programming in single line?
Answer Posted / brijesh
OOPs is the Programming language in which we intrect with
the object world.And we define our logic inside a class and
take it by object.
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is class and object in oops?
What causes polymorphism?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What are the three parts of a simple empty class?
What is polymorphism what are the different types of polymorphism?
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
can we make game by using c
What is oops and its features?
What is polymorphism explain its types?
What is overloading and its types?
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
Give two or more real cenario of virtual function and vertual object
What are the two different types of polymorphism?
Can enum be null?
What is polymorphism and why is it important?