Question: The methods declared only within a parent class but are implemented in the child classes is called?
A
B
C
D
final method
B
interface
C
abstract method
D
public method
Note: Not available
<?php $checkState=4; for($count=1;$count<10;$count=$checkState+$count){ if($checkState==4){ echo "The value of count is :$count"; break; }else{ echo "The value of checkState is:$checkState"; } } ?>Which of the followings are correct?
<?php $vak=453; $_POST [‘guess’]=442 if ($_POST[‘guess’]==$vak){ echo ”Congratulations!“; } elseif (300-$vak) <10) { echo” You’re getting close!“; } else { echo “Sorry!“; } ?>Which of the following is correct?