features of OOPS

Answer Posted / kolla pavan

class
object
encapsulation
abstraction
inheritence
message passing
dynamic binding

Is This Answer Correct ?    11 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

1582


How oops is better than procedural?

589


What is object in oop with example?

704


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3843


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1944






What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1652


Question: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date.

631


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1895


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?

1408


What is polymorphism what is it for and how is it used?

576


What does sksksk mean in text slang?

1537


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1417


What is the highest level of cohesion?

579


Why is polymorphism important in oop?

635


How to call a non virtual function in the derived class by using base class pointer

5272