Question
Through which United Nations General Assembly resolution
was the International Day of Reflection on the 1994 Genocide Against the Tutsi in Rwanda designated?Solution
The United Nations General Assembly designated April 7 as the International Day of Reflection on the Genocide in Rwanda through Resolution A/RES/58/234 on December 23, 2003. On January 26, 2018, the UNGA amended the title to ‘International Day of Reflection on the 1994 Genocide Against the Tutsi in Rwanda’ via Resolution A/72/L.31 to explicitly recognize the Tutsi as the primary victims.
Which of the following is the correct definition of 'polymorphism' in Object-Oriented Programming?
Which SQL keyword is used to sort the result set?
Which of the following prevents inheritance in C++?
Which of the following is used to eliminate redundancy and anomalies in a database?
Which OOP principle allows a single interface to represent different underlying forms or data types?
The concept of "data hiding" is primarily achieved through which OOP principle?
Which of the following correctly describes the concept of 'encapsulation' in OOP?
A primary key in a table:
The result of a Cartesian product of two relations R and S will have:
In C++, if a base class has a virtual function, and a derived class overrides that function, which mechanism ensures that the correct derived class func...