cbsenotes • 2017-06-09
C++ PracticalClass Design Snippet-2 Question 2: Write a declaration for a class Person which has the following: data members name- phone set and get functions for every data member a displa
cbsenotes • 2017-06-08
C++ PracticalClass Design Snippet-1 Question 1: Imagine a publishing company that markets both book and audio-cassette versions of its works. Create a class publication that stores the title (a s
cbsenotes • 2017-06-01
Data Transmission Media Computer Networking Class 12 - Computer Science / Informatics Practices Q & A Q: Define transmission media. Answer: The means or channel through which we se
cbsenotes • 2017-05-30
Computer Networking Q and A Q1: What is a computer network? Answer: A computer network is a collection of interconnected computers. Two computers are said to be interconnected if they a
cbsenotes • 2017-05-14
C++ - Constructors and Destructors CBSE Class 12 - Computer Science - Questions and Answers Q1: What is a constructor? How it is different from other member functions? Answer: A constructor