PHP - Interfaces and Traits
Identify the error in the following code:
interface Config {
private const TIMEOUT = 30;
}interface Config {
private const TIMEOUT = 30;
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions