Wednesday, July 6, 2011

Re: [ vuZs.net ] CS201 GDB

GDB IDEA SOLUTION OF CS201

I will prefer to use classes in my coding due to the following characteristics.

Structures has only data variables gathered, grouped and named as a single entity, but in classes there are both data members and as well as functions to manipulate data members.

In structures data variables are by default public and are visible to all and every one can change them. But the data members and member functions are by default are private and are not visible to every one. In classed we can make the member functions public to manipulate the data members so these are visible to every one and by making data members private we can hide them. So one cannot change the values wrongly.



On Tue, Jul 5, 2011 at 5:58 PM, R@ïñßøwßrïgh± <dngdng101@gmail.com> wrote:

Dear students, GDB for CS201 is available now. It will remain open for 02 days only from (05-07-11) to (06-07-11).

Structures and Classes are very important data structures used in C / C++. You as a programmer has a choice to use any of them as Structures and Classes do provide features some what similar but only with some differences. Now you are given a task to code either using Structures or Classes. Please give your justification in favor or against of any one you will use for coding.

 

Your opinion should be concrete with justification in 5 -7 lines only. While giving your opinion in favor or against don't write detailed pages or paragraphs as it is discourage your answer should be to the point.

--
--
Please visit www.vuzs.net For Current & Old Papers, Quizzes, Assignments and study material.
--
You received this message because you are subscribed to the Google
Groups "vuZs" group.
--
To post a new message on this group, send email to vuZs@googlegroups.com
--
Message Posting Rules: http://vuzs.net/faq/4795-vuzs-google-groups-basic-rules-for-posting-messages.html
--
To unsubscribe from this group, send email to vuZs+unsubscribe@googlegroups.com
--
To join this group Send blank email from your virtual university email address to
vuZs+subscribe@googlegroups.com
or visit
http://groups.google.com/group/vuZs/subscribe
---
For more information Contact vuZs Manager at info@vuzs.net

--
--
Please visit www.vuzs.net For Current & Old Papers, Quizzes, Assignments and study material.
--
You received this message because you are subscribed to the Google
Groups "vuZs" group.
--
To post a new message on this group, send email to vuZs@googlegroups.com
--
Message Posting Rules: http://vuzs.net/faq/4795-vuzs-google-groups-basic-rules-for-posting-messages.html
--
To unsubscribe from this group, send email to vuZs+unsubscribe@googlegroups.com
--
To join this group Send blank email from your virtual university email address to
vuZs+subscribe@googlegroups.com
or visit
http://groups.google.com/group/vuZs/subscribe
---
For more information Contact vuZs Manager at info@vuzs.net

No comments:

Post a Comment