Conditional statement 1 min read Rate this explanation: A way to execute different code based on certain conditions Share this: Twitter Facebook LinkedIn Tutorial Conditional statement Tutorial Related Terms If statement A way to make decisions based on certain conditions Inheritance A way to create a new class based on an existing class Integration testing A way to test how different units of code work together Loop A way to repeat a block of code multiple times Unit testing A way to test individual units of code to ensure they work as expected Learn More Reference 1 Reference 2 Video