Describe the difference between a Thread and a Process?
Answer Posted / guest
We can have multiple threads in a single process.Thus we
can say threads are working units of a process.
| Is This Answer Correct ? | 32 Yes | 9 No |
Post New Answer View All Answers
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.
officer say me - i am offered to a smoking , then what can you say
What is polymorphism and why is it important?
What do you mean by overloading?
What is interface? When and where is it used?
write a program that takes input in digits and display the result in words from 1 to 1000
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?
What is encapsulation process?
What is polymorphism oop?
hi all..i want to know oops concepts clearly can any1 explain??
How does polymorphism work?
Is oop better than procedural?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
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 difference between a mixin and inheritance?