Answer Posted / sree
data abstraction means hiding the unneccessary part
Data abstraction is main feature of c++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the highest level of cohesion?
What do you mean by abstraction?
What is the real time example of encapsulation?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the importance of oop? How many human genes are polymorphic? What is object in oop with example? What is the difference between procedural programming and oops? What is object and class in oops? 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. Why do pointers exist? What are benefits of oop? What is oops and why we use oops? What is an example of genetic polymorphism? what type of question are asked in thoughtworks pair programming round ?