Posts

Discuss your point of view on the need of using communication skills in everyday life and with special emphasis on communication at the workplace.

Image
  Discuss your point of view on the need of using communication skills in everyday life and with special emphasis on communication at the workplace.                                  Need of Communication Skills: Developing communication skills can help many aspects of your life, from your professional career, to social gatherings, to your family life. In today's world, we rely heavily on sharing information, resulting in greater emphasis being placed on having good communication skills. Good  verbal  and  written  communication skills are essential in order to deliver and understand information quickly and accurately. Being able to communicate effectively is a vital life skill and should not be ignored. On the other hand, poor communication skills can have a negative impact a poorly delivered message may result in misunderstanding, frustration and in some cases disaster. For example , a  manager may be highly qualified and skilled but if he does not possess good communication

Oop(Object Oriented Programming) Project for final year students

Image
  Project Description: Write the C++ Code for the following parts                                                    A.     Create a class Product. Also create two descendants (derived from Product class) Food and Clothes. B.      The class Product must have a data members Product_Id, Price and Name. It contains a constructor to initialize the data members and “getdata ()” method to store the values in data members. C.      The class " Clothes " will have additional data members Color. The Clothes class also contains a constructor to initialize the data members and “getdata ()” method to store the values in data members. It additionally contains ·          storedata () method to store data in file named as “Clothes.txt” ·          readdata () method to read all information from this file ·          deletedata () to delete specific product from file ·          updatedata () to update any record ·          searchdata () to search the details of specific product entere