Anyone else feel like there's something wrong with this?

  • Thread starter Thread starter Whovian
  • Start date Start date
AI Thread Summary
The discussion centers on the perception that a tutorial on Object-oriented programming (OOP) primarily tests vocabulary rather than core OOP concepts. While some questions may relate directly to OOP principles, many require a solid understanding of terminology to answer correctly. Participants acknowledge that grasping the technical meanings of terms is essential for comprehending subsequent tutorials. The tutorial is viewed as a tool for reinforcing understanding of previously covered material rather than a comprehensive assessment of OOP knowledge.
Technology news on Phys.org
One or two question out of the bunch , can be considered to revolve around OOPs central concept directly.
Well , most of the questions seems to test one's vocabulary but they can not be answered without proper understanding of OOPs main and basic concepts.
 
Whovian, you may have a point, but this is one tutorial in a course of many. I would guess you need to understand the technical meaning of various words before you can understand the future tutorials.
 
I would go as far as to say that the page is not intended to be a general test of one's understanding of OOP, but is considered as a help for the reader to check that he/she understood what was said in the previous slides of the tutorial.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top