Design an object oriented program in C++ that can be used as a network server for a cyber chatroom, where users can send
Posted: Thu May 26, 2022 9:54 am
Design an object oriented program in C++ that can be used as a network server for a cyber chatroom, where users can send and receive text messages under nicknames in a chatroom. Draw a class diagram of your design and motivate your design choices.