User contributions
- 15:20, 19 November 2017 (diff | hist) . . (+89) . . N User:QuantumFluctuator (Created page with "Shameless promotion: [https://drive.google.com/open?id=1f163zJCOnb34g6cjexA0TSL7YPw_-AeS]")
- 13:31, 14 November 2017 (diff | hist) . . (+144) . . IsEmpty (current)
- 09:36, 16 March 2017 (diff | hist) . . (+1) . . m Binary Files
- 09:35, 16 March 2017 (diff | hist) . . (+632) . . Binary Files
- 10:19, 16 February 2017 (diff | hist) . . (+1,223) . . N Challenges facing legislators in the digital age - BE (Created page with "==Difficulties== It is hard for legislators to make decisions regarding the laws on computing, as often the ways data is used is subjective, and no factual decisions can be ma...")
- 19:22, 16 December 2016 (diff | hist) . . (+555) . . N Abstract - Virtual - Static (Created page with "<h2>Static</h2> The "static" modifier means that a class cannot be instantiated, and the subroutines must instead be called directly. <h2>Abstraction</h2> The "abstract" modi...")
- 19:13, 16 December 2016 (diff | hist) . . (+531) . . N Encapsulation (Created page with "Encapsulation is where information in one part of a program is protected from other parts of the program. This is done with key words such as "public", "private" and "protecte...")
- 19:04, 16 December 2016 (diff | hist) . . (+237) . . Polymorphism
- 18:56, 16 December 2016 (diff | hist) . . (-3) . . m Abstraction - Automation
- 18:54, 16 December 2016 (diff | hist) . . (+90) . . m Constants - Variables - Data Types
- 18:52, 16 December 2016 (diff | hist) . . (+96) . . m Constants - Variables - Data Types
- 18:49, 16 December 2016 (diff | hist) . . (+249) . . Selection
- 22:49, 15 December 2016 (diff | hist) . . (+639) . . Operators
- 22:43, 15 December 2016 (diff | hist) . . (+50) . . m Repetition - Iteration
- 22:40, 15 December 2016 (diff | hist) . . (-1) . . m Repetition - Iteration
- 22:40, 15 December 2016 (diff | hist) . . (-13) . . Repetition - Iteration
- 22:38, 15 December 2016 (diff | hist) . . (+245) . . Repetition - Iteration
- 22:29, 15 December 2016 (diff | hist) . . (+375) . . N Parameters - Global Variables (Created page with "When a variable needs to be passed into a subroutine, this is done through the use of parameters. The subroutine can then use these parameters to execute its code. Parameters ...")
- 22:19, 15 December 2016 (diff | hist) . . (+284) . . N Polymorphism (Created page with "Polymorphism is the term to describe inheritance trees of objects. A class can inherit subroutines from other classes, and can even overwrite them with its own iterations of t...")
- 22:11, 15 December 2016 (diff | hist) . . (+522) . . Subroutines - Functions
- 21:47, 15 December 2016 (diff | hist) . . (+13) . . m Operators
- 09:55, 15 December 2016 (diff | hist) . . (+813) . . N Operators (Created page with "There are five types of mathematical operator, and four types of bitwise operator.<br /> <h2>Mathematical operators</h2> *Addition - performed using the "+" operator; adds val...")