Describe these concepts: Polymorphism, Inheritance and Abstraction.
No Answer is Posted For this Question
Be the First to Post Answer
A file pointer always contains the __________ of the file
What is an object?
What are the data types in oop?
What is encapsulation in ict?
What do you mean by inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
oops concept is used for?
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 is differance between Abstract and Interface
What is the importance of oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading